home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine CD 1995 / Archive Magazine CD 1995.iso / discs / pipeline / pipedream / Documents / Functions / Maths < prev    next >
Text File  |  1991-10-09  |  1KB  |  89 lines

  1. %OP%DP4
  2. %OP%LP*
  3. %OP%TM4
  4. %OP%BM4
  5. %OP%LM5
  6. %OP%FX
  7. %OP%FY
  8. %OP%FS
  9. %OP%WC2,1750,552,1108,0,1,0,0
  10. %OP%VS3.40R (11-Oct-90), Mrjc, R9200 7500 3900 8299 
  11. %CO:A,10,70%%C%%H1%Mathematical Functions Examples
  12.  
  13.  
  14. %C%Function
  15. Abs
  16. Ebs
  17. Int
  18. Ln
  19. Log
  20. Mod
  21. %L%Sgn
  22. %L%Sqr
  23. Sum
  24. %CO:B,11,16%
  25.  
  26.  
  27. %R%Input 1
  28. %V%%R%-25
  29. %V%%R%1
  30. %V%%R%12.9437
  31. %V%%R%exp(-1)
  32. %V%%R%1000
  33. %V%%R%51
  34. %V%%R%-55.24
  35. %V%%R%49
  36. %R%B5B9
  37. %CO:C,9,13%
  38.  
  39.  
  40. %C%Input 2
  41. %C%-
  42. %C%-
  43. %C%-
  44. %C%-
  45. %C%-
  46. %V%%R%8
  47. %C%-
  48. %C%-
  49. %C%-
  50. %CO:D,9,62%
  51.  
  52.  
  53. %C%Input 3
  54. %C%-
  55. %C%-
  56. %C%-
  57. %C%-
  58. %C%-
  59. %C%-
  60. %C%-
  61. %C%-
  62. %C%-
  63. %CO:E,11,16%
  64.  
  65.  
  66. %C%Output
  67. %V%%R%abs(b5)
  68. %V%%R%exp(b6)
  69. %V%%R%int(b7)
  70. %V%%R%ln(b8)
  71. %V%%R%log(b9)
  72. %V%%R%mod(b10,c10)
  73. %V%%R%sgn(b11)
  74. %V%%R%sqr(b12)
  75. %V%%R%sum(b5b12)
  76. %CO:F,3,0%%CO:G,40,56%
  77.  
  78.  
  79. Summary
  80. Returns the absolute value of %H4%Input1%H4%.
  81. Raises e (natural exponent) to the power of %H4%Input1%H4%.
  82. Returns the integer value of %H4%Input1%H4%.
  83. Returns the natural logarithm of %H4%Input1%H4%.
  84. Returns the logarithm to base 10 of %H4%Input1%H4%.
  85. Returns %H4%Input1%H4% MOD %H4%Input2%H4%.
  86. Returns the sign (-1 , 0 , +1 ) of %H4%Input1%H4%.
  87. Returns the square root of %H4%Input1%H4%.
  88. Sums the values in a list.
  89.